a. Problem Statement
Consider the table shown in Figure 1 and Code Listing 1.
Try to develop a solution of the following problem?
Write code using C/C++ which performs following tasks:
- Prompt the user to enter number of columns?
- Prompt the user to enter number of rows?
- Get data cell by cell from user using a loop?
- Generate an html page to display above data in a table?
- Store the page in a folder on desktop.